home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / Demos / Herois / Abertura.Cst / 00008_MascaraShort- Script.ls < prev    next >
Encoding:
Text File  |  1999-03-19  |  346 b   |  20 lines

  1. on exitFrame
  2.   global mantra
  3.   if not mantra and the timer > 180 then
  4.     puppetSound 2, "Mantra2"
  5.     sound fadeIn 2,30
  6.     set mantra = true
  7.     go frame "AberturaCont"
  8.   else
  9.     
  10.     go the frame
  11.   end if
  12. end
  13.  
  14. on mouseUp
  15.   global mantra
  16.   set mantra = true
  17.   puppetSound 2, "Mantra2"
  18.   sound fadeIn 2,210 - the timer  
  19.   go "AberturaCont"
  20. end